-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🎨 [Frontend] Small screens: Let them go #6390
Conversation
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what happens if i close (i.e. press x) in the logout screen? Can I still logout?
You will have missed the chance to properly logout. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏼
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about removing the X not possible? then the only option is to logout or close the tab
It can be done, but I find that option too aggressive. If the user closes that window, I assume they know the implications and know what they are doing. |
Quality Gate passedIssues Measures |
What do these changes do?
When a user manages to log in using a very very small screen, the User Menu button, and therefore, the Logout button are inaccessible.
In that scenario, this PR will make a dialog pop up and suggest the user to log out.
Bonus:
Location in Study Details:
Related issue/s
How to test
Dev-ops checklist